projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb4579e
)
; * src/fileio.c (Finsert_file_contents): Fix a typo. (Bug#18370)
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 11 Jun 2022 13:12:10 +0000
(16:12 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 11 Jun 2022 13:12:10 +0000
(16:12 +0300)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 94cbc14371d5e49a7d98e48b74028ab42283f770..e29685e07bfa08b0a10aaa18b01ea87d0b17df92 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-4037,7
+4037,7
@@
by calling `format-decode', which see. */)
if (!NILP (beg) && !seekable)
xsignal2 (Qfile_error,
- build_string ("
trying to use a start positing in a non-seekable fil
e"),
+ build_string ("
cannot use a start position in a non-seekable file/devic
e"),
orig_filename);
if (!NILP (replace))